home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / oberon.lang < prev    next >
Text File  |  2004-07-06  |  1KB  |  35 lines

  1. # Oberon language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 20.11.2003
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18.  
  19. $KW_LIST(kwa)=ARRAY BEGIN CASE CONST DIV DO ELSE ELSIF END EXIT IF IMPORT IN IS
  20. LOOP MOD MODULE NIL OF OR  PROCEDURE RECORD REPEAT RETURN THEN TO TYPE UNTIL
  21. VAR WHILE WITH ABS ODD CAP ASH LEN MAX MIN SIZE ORD CHR SHORT LONG ENTIER INC
  22. DEC INCL EXCL COPY NEW HALT ADR BIT CC LSH ROT VAL GET PUT MOVE NEW 
  23.  
  24. $KW_LIST(kwb)=BOOLEAN CHAR SHORTINT INTEGER LONGINT REAL LONGREAL SET ARRAY
  25. RECORD POINTER BYTE
  26.  
  27. $STRINGDELIMITERS="
  28.  
  29. $ML_COMMENT=(* *)
  30.  
  31. $IGNORECASE=false
  32.  
  33. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * . + -
  34.  
  35.